+Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
+ for strings to clear the list. (#105386, Marco Pesenti Gritti)
+
2004-01-28 Richard Hult <richard@imendio.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
+Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
+ for strings to clear the list. (#105386, Marco Pesenti Gritti)
+
2004-01-28 Richard Hult <richard@imendio.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
+Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
+ for strings to clear the list. (#105386, Marco Pesenti Gritti)
+
2004-01-28 Richard Hult <richard@imendio.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
+Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
+ for strings to clear the list. (#105386, Marco Pesenti Gritti)
+
2004-01-28 Richard Hult <richard@imendio.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
+Fri Jan 30 00:13:46 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkcombo.c (gtk_combo_set_popdown_strings): Allow NULL
+ for strings to clear the list. (#105386, Marco Pesenti Gritti)
+
2004-01-28 Richard Hult <richard@imendio.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size):
+Fri Jan 30 00:27:36 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkcombo.sgml: Document clearing the list with
+ gtk_combo_set_popdown_strings().
+
Wed Jan 28 22:51:41 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreeviewcolumn.sgml: Remove unfinished sentence, until
</para>
@combo: a #GtkCombo.
-@strings: a list of strings.
+@strings: a list of strings, or %NULL to clear the popup list
<!-- ##### FUNCTION gtk_combo_set_value_in_list ##### -->
}
void
-gtk_combo_set_popdown_strings (GtkCombo * combo, GList * strings)
+gtk_combo_set_popdown_strings (GtkCombo *combo,
+ GList *strings)
{
GList *list;
GtkWidget *li;
g_return_if_fail (GTK_IS_COMBO (combo));
- g_return_if_fail (strings != NULL);
gtk_combo_popdown_list (combo);